home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / util / shell / NVX_wi1.lha / WhereIs.doc < prev    next >
Text File  |  1992-09-02  |  4KB  |  113 lines

  1.  
  2.                            WhereIs .. Another NVX Util
  3.  
  4.  Thanks for using this utility, yet another from the Nerve Axis stable! So
  5. now you have it, you want to know how to use it:
  6.  
  7.                   About                          Info On The Program
  8.                   Usage                          Who's Responsible
  9.                   Nerve Axis                     Who Are They
  10.                   Contacting The Author          A Last Resort
  11.  
  12.  
  13.  About
  14.  ~~~~~
  15.  This is one of those utilities written  'cause files have been lost while
  16. sorting out the hard disk. You know they are there, you think you remember
  17. their name ( or part of it ). So where are they?
  18.  
  19.  Not a problem, this util will tell you! Just give as much of the name as
  20. possible, any part, and  what drives to search! Wow and behold, a list of
  21. all the possible files you are looking for appears.
  22.  
  23.  This  utility is  a CLI/Shell only program. If  you are a Workbench ONLY
  24. user and want a WB version then see the Upgrading text!
  25.  
  26.  Usage
  27.  ~~~~~
  28.  Now this is a little more involved 'cause the program is CLI/Shell only.
  29. This should be no problem to the dedicated Amiga user, but may bring
  30. cries of dispair to those DOS-shy individuals out there.
  31.  
  32.  Ok, here we go! First, you need to know about AmigaDOS search patterns,
  33. if you think you need refreshing, CLICK ME. Now you understand what we
  34. are talking about, here goes:
  35.  
  36.  WhereIs pattern device1 [device2] [device4] ..............
  37.  
  38.  So all the following are valid ways of calling WhereIs:
  39.  
  40.  WhereIS *.doc dh0: dh1: cd0:
  41.  
  42.  WhereIs *.? dh0:Downloads
  43.  
  44.  WhereIs ???.* dh0: dh1:files cd0:UUCP
  45.  
  46.  WhereIs #?.#? df0:c
  47.  
  48.  Ok, I'm sure you get the idea now, if not then leave me Mail
  49.  
  50.  Nerve Axis
  51.  ~~~~~~~~~~
  52.  What, you have never heard of us? Well go back to where you got the util
  53. from and ask for more info. Alternativley, contact one of our BBS's right
  54. now! You will find them friendly and the SysOps ready to help, no need to
  55. be ElItE or anything else ..... support the Amiga community!
  56.  
  57.         Trick Or Treat II   +44 (0)1703 391797
  58.         13th Hour           +44 (0)1704 505845
  59.         The Edge            +44 (0)1226 289303
  60.         Power Plant         +44 (0)1229 431590
  61.  
  62.  In the true spirit of Friendship, the source for this program is included
  63. in this archive. Use and abuse.........
  64.  
  65.  
  66.  Contacting The Author
  67.  ~~~~~~~~~~~~~~~~~~~~~
  68.  The quickest way of contacting the author is to leave mail for him on the
  69. Trick Or Treat II BBS. Failing this, use snail mail to the following
  70. address, though an answer is by no means gaurnteed!
  71.  
  72.                        STIGG,
  73.                        216 Bluebell Road,
  74.                        Southampton,
  75.                        Hants,
  76.                        Great Britian.
  77.  
  78.  This is not my home address, but one that I do call at reguarly through
  79. the year!! Don't expect a quick response :)
  80.  
  81.                     You What? Don't Know About Wildcards???
  82.                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  83.  Ok, the temperature must have risen and you have crawled out from under
  84. that really comfortable stone:) You want info on wildcards then read some
  85. good AmigaDOS manual, however here is the essence of it all:
  86.  
  87.  ?              means 'Any Character'
  88.  #              means 'Any Number Of Chars Matching......'
  89.  *              means 'Any String'
  90.  
  91.  Confused, here are some examples:
  92.  
  93.  Pattern        Matches              Misses
  94.  ~~~~~~~        ~~~~~~~              ~~~~~~
  95.  ?              a                    assign
  96.                 b                    btrieve
  97.                 m                    more
  98.  
  99.  ???            dir                  directory
  100.                 doc                  docs
  101.  
  102.  #?             this                 this.doc
  103.                 andthis              andthis.iff
  104.  
  105.  *              <see #?>
  106.  
  107.  *h*            this                 mark
  108.  *.*            <everything>         <nothing>
  109.  
  110.  Best way to learn more is to experiment!
  111.  
  112.  
  113.